/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
html,body,p{ padding: 0; margin: 0; font-family: "思源宋体 CN","Source Han Serif CN","微软雅黑","Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; font-size: 12px;line-height: 1;}
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select,textarea {vertical-align: middle;padding: 0;border: 0 none;margin: 0;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
   opacity:  0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   opacity:  0.5;
}
/*css common*/
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
a{
border:none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color:transparent;
outline:none；
}

@font-face {
  font-family: "DINALTERNATE";
  src: url("../fonts/DINALTERNATE.woff2") format("woff2"),
       url("../fonts/DINALTERNATE.woff") format("woff"),
       url("../fonts/DINALTERNATE.ttf") format("truetype"),
       url("../fonts/DINALTERNATE.eot") format("embedded-opentype"),
       url("../fonts/DINALTERNATE.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mobile{
	display: none;
}
.web{
	display: inline-block;
}
.bg{
	width: 100%;
}
html {
	height: 100%;
	margin: 0 auto;
	max-width: 1920px;
}
body{
	position: relative;
	min-height: 100%;
}
.inner{
	max-width: 92%;
	margin: 0 auto;
}
.inner.w1200{
	width: 1200px;
}
.inner.w870{
	width: 870px;
}
.swiper-notification{
	display: none;
}
/*header*/
#header .inner{
	padding-top: 20px;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
#header .logo{
	width: 19%;
	display: block;
	-webkit-transform: translateY(40%);
	transform: translateY(40%);
}
#header .logo img{
	width: 100%;
}
#header .nav-box .box{
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	position: relative;
}
#header .nav-box .level1{
	font-size: 14px;
	color: #221815;
	padding: 1.14em 1.5em 1.5em;
	border-bottom: 2px solid transparent;
	display: inline-block;
	vertical-align: top;
}
#header .nav-box .box.active .level1,#header .nav-box .box:hover .level1{
	color: #912922;
	border-color: #912922;
	font-weight: bold;
}
#header .nav-box .subnav{
	z-index: 51;
	position: absolute;
	background-color: #fff;
	left: 0;
	width: 100%;
	top: 100%;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	padding: 10px 0;
	display: none;
}
#header .nav-box .box:hover .subnav{
	display: block;
}
#header .nav-box .subnav a{
	display: block;
	font-size: 14px;
	color: #565656;
	padding: 0.7em 0;
}
#header .nav-box .subnav a.active,#header .nav-box .subnav a:hover{
	color: #912922;
}




/* footer */
#footer .inner{
	padding: 60px 0;
}
#footer ul{
	float: left;
	text-align: center;
	margin-right: 4.6%;
}
#footer ul.last{
	margin-right: 0;
}
#footer li{
	font-size: 14px;
	color: #666;
	margin-bottom: 0.7em;
}
#footer li:first-child{
	margin-bottom: 1.2em;
}
#footer li:last-child{
	margin-bottom: 0;
}
#footer li a{
	font-size: inherit;
	color: inherit;
}
#footer li a:hover{
	color: #912922;
}
#footer .qr{
	float: right;
	margin-right: 1.75%;
	width: 118px;
}
#footer .qr img{
	width: 100%;
}

#footer .copyright {
	background-color: #333;
	font-size: 12px;
	color: #fff;
	text-align: center;
	height: 3em;
	line-height: 3em;
}
#footer .copyright a{
	font-size: inherit;
	color: inherit;
}

/*侧导航*/
#sidenav{
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 51;
}
@media only screen and (max-width:1100px){
	#header .logo{
		width: 22%;
	}
}
@media only screen and (max-width:1024px) {
	.mobile {
		display: inline-block;
	}

	.web {
		display: none;
	}

	/*header*/
	#header .inner{
		height: 3.125rem;
		padding-top: 0;
		-webkit-align-items: center;
		align-items: center;
		max-width: 100%;
	}
	#header .logo{
		width: 46.75%;
		margin-left: 4%;
	}
	#header .menu{
		padding: 0.9375rem;
	}
	#header .menu .box{
		position: relative;
	}
	#header .menu img{
		width: 1.5rem;
	}
	#header .menu .line1{
		position: absolute;
		right: 0;
		top: 0;
		height: 2px;
		width: 100%;
		background-color: #333;
		animation: 1s infinite lineone;
		-webkit-animation: 1s infinite lineone;
	}
	@keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	@-webkit-keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	#header .menu .line2{
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -1px;
		height: 2px;
		width: 72%;
		background-color: #333;
		animation: 1s infinite linetwo;
		-webkit-animation: 1s infinite linetwo;
	}
	@keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	@-webkit-keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	#header .menu .line3{
		position: absolute;
		right: 0;
		bottom: 0;
		height: 2px;
		width: 88%;
		background-color: #333;
		animation: 1s infinite linethree;
		-webkit-animation: 1s infinite linethree;
	}
	@keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}
	@-webkit-keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}




	/* footer */
	#footer .inner{
		padding: 1.625rem 0;
		text-align: center;
	}
	#footer ul{
		display: none;
	}
	#footer .qr{
		float: none;
		margin-right: 0;
		display: inline-block;
		vertical-align: top;
		width: 20.3%;
	}

	#footer .copyright {
		font-size: 0.4375rem;
		height: 2.5em;
		line-height: 2.5em;
	}


	/*侧导航*/
	#sidenav{
		width: 60.2666%;
		background-color: #fff;
		height: 100%;
		box-shadow: 0 0 1.25rem rgba(30,16,5,0.46);
		-webkit-transition: right 0.5s;
		transition: right 0.5s;
		text-align: center;
	}
	#sidenav.active{
		right: 0;
	}
	#sidenav .top{
		height: 3.125rem;
		line-height: 3.125rem;
		text-align: right;
	}
	#sidenav .close{
		height: 86%;
		width: auto;
		vertical-align: middle;
	}
	#sidenav .level1{
		font-size: 0.9375rem;
		color: #333333;
		height: 2.75rem;
		line-height: 2.75rem;
		display: block;
		position: relative;
	}
	#sidenav .box.active .level1{
		color: #fff;
		background-color: #912922;
	}
	#sidenav .tri{
		width: 0.375rem;
		position: absolute;
		right: 0.9375rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center top;
		background-image: url(../images/sidenav_tri_bg.png);
	}
	#sidenav .box.active .tri{
		background-position: center bottom;
	}
	#sidenav .subnav{
		padding: 1rem 0;
		display: none;
	}
	#sidenav .subnav a{
		display: block;
		font-size: 0.75rem;
		color: #666;
		margin-bottom: 1.5em;
	}
	#sidenav .subnav a:last-child{
		margin-bottom: 0;
	}
	#sidenav .subnav a.active{
		color: #912922;
	}

}